Xbasic Properties
/documentation/pages/Guides/Mobile and Web Components/TabbedUI/Tabbed UI Properties/Xbasic/index.xml
Xbasic Properties
About Using jQuery in Working Preview
/documentation/pages/Guides/Mobile and Web Components/UX/Intro/Working Preview with jquery.xml
In some situations, jQuery is not loaded when testing a UX Component in Working Preview. When this happens, the UX component may not behave as expected. To work around this limitation, using Chrome in Working Preview, using Live Preview, or publishing to local host can be used in lieu of Working Preview to test a component. Alternatively, the internal jQuery library can be manually loaded using an Ajax callback.
Xbasic Pane
/documentation/pages/Guides/Mobile and Web Components/Grid/Introducing the Grid Builder/Xbasic Pane.xml
The Xbasicpane shows you the Xbasic code that the builder is creating in the background. You cannot edit this code, but you can copy it.
Array class Method
/documentation/pages/Ref/Api/Objects/Data Types/Array/class Method.xml
Returns the class. Will always return "Array" for an array.
More about the SQL::ResultSet Object
/documentation/pages/Ref/Api/Namespace/SQL/ResultSet/More about the SQL ResultSet Object/index.xml
While working in the Interactive window, after creating the rs SQL::ResultSet object, you could type.
Array dimension Method
/documentation/pages/Ref/Api/Objects/Data Types/Array/dimension Method.xml
Returns the number of dimensions in the array.
Array append Method
/documentation/pages/Ref/Api/Objects/Data Types/Array/append Method.xml
Append one or more empty entries to the end of an array. Returns index of first appended entry.
Array age Method
/documentation/pages/Ref/Api/Objects/Data Types/Array/age Method.xml
Get array's changed counter.
Array size Method
/documentation/pages/Ref/Api/Objects/Data Types/Array/size Method.xml
Returns the size of the array.
Array matching Method
/documentation/pages/Ref/Api/Objects/Data Types/Array/matching Method.xml
Returns a CR-LF delimited list of indices of array elements that match a filter.